home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Overload Trio 2
/
Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO
/
dir42
/
infopls.zip
/
XXIPARC.EXE
/
README.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-06-24
|
727b
|
18 lines
echo off
cls
echo ──────────────────────────────────────────────────────────────────────
echo To print the documentation on this disk, use the command
echo
echo PRINTDOC filename.doc
echo
echo For example, to print the file PROGRAM.DOC, you would enter
echo
echo PRINTDOC PROGRAM.DOC
echo
echo The "DOC" files on this disk are:
echo ──────────────────────────────────────────────────────────────────────
DIR *.DOC
echo ──────────────────────────────────────────────────────────────────────
echo Now enter the appropriate PRINTDOC command to print the documentation
echo ──────────────────────────────────────────────────────────────────────